Implemented AsyncInMemoryDatabase::set in terms of ::batch_set#425
Implemented AsyncInMemoryDatabase::set in terms of ::batch_set#425cryo28 wants to merge 1 commit intofacebook:mainfrom
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #425 +/- ##
==========================================
+ Coverage 87.99% 88.43% +0.43%
==========================================
Files 39 39
Lines 9054 9198 +144
==========================================
+ Hits 7967 8134 +167
+ Misses 1087 1064 -23 ☔ View full report in Codecov by Sentry. |
kevinlewi
left a comment
There was a problem hiding this comment.
Awesome, thanks and LGTM. However, seems like there is a clippy error that is on a line which is unrelated to your changes, but if you can fix it so that CI tests pass, that would be great!
|
Sorry, I landed #426 first which also fixed the clippy error -- can you rebase on main and force-push again? Should fix the CI issue |
|
It seems like force updates don't re-trigger workflows. Not sure what I should do? Should I recreate the PR or add some dummy commit to the existing one? |
The implementation of AsyncInMemoryDatabase::set and batch_set contain a lot of duplicate code.
Tested with: